XR API 2.4
Loading...
Searching...
No Matches
xr_platform_option.h
Go to the documentation of this file.
1
20#pragma once
21
22#include <cstdint>
23
25
26// clang-format off
27
30//constexpr PLATFORM_OPTION_BIT_FLAG TEMP = (1 << 1);
31//constexpr PLATFORM_OPTION_BIT_FLAG TEMP = (1 << 2);
32//constexpr PLATFORM_OPTION_BIT_FLAG TEMP = (1 << 3);
33//constexpr PLATFORM_OPTION_BIT_FLAG TEMP = (1 << 4);
34//constexpr PLATFORM_OPTION_BIT_FLAG TEMP = (1 << 5);
35//constexpr PLATFORM_OPTION_BIT_FLAG TEMP = (1 << 6);
36//constexpr PLATFORM_OPTION_BIT_FLAG TEMP = (1 << 7);
37
38// clang-format on
constexpr PLATFORM_OPTION_BIT_FLAG PLATFORM_OPTION_APPLICATION_IS_UNREALENGINE
Definition xr_platform_option.h:29
constexpr PLATFORM_OPTION_BIT_FLAG PLATFORM_OPTION_NONE
Definition xr_platform_option.h:28
uint8_t PLATFORM_OPTION_BIT_FLAG
Definition xr_platform_option.h:24